crypto/tls.serverHelloMsg.ticketSupported (field)
8 uses
crypto/tls (current package)
handshake_client.go#L879: if !hs.serverHello.ticketSupported {
handshake_client_tls13.go#L138: hs.serverHello.ticketSupported ||
handshake_messages.go#L636: ticketSupported bool
handshake_messages.go#L663: if m.ticketSupported {
handshake_messages.go#L813: m.ticketSupported = true
handshake_server.go#L514: hs.hello.ticketSupported = true
handshake_server.go#L543: hs.hello.ticketSupported = hs.clientHello.ticketSupported && !c.config.SessionTicketsDisabled
handshake_server.go#L798: if !hs.hello.ticketSupported {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |